type crypto/cipher.ctr

4 uses

	crypto/cipher (current package)
		ctr.go#L17: type ctr struct {
		ctr.go#L46: 	return &ctr{
		ctr.go#L54: func (x *ctr) refill() {
		ctr.go#L75: func (x *ctr) XORKeyStream(dst, src []byte) {